adTempus API
PreviousUpNext
IDaySpecification::Months Method ([in] long, [out, retval] VARIANT_BOOL *)

Gets or sets the selection for a particular month

C++
HRESULT Months(long monthNumber, [out, retval] VARIANT_BOOL * selected);
C#
Months(long monthNumber, [out, retval] VARIANT_BOOL selected);
Visual Basic
Sub Months(monthNumber As long, selected As [out, retval] VARIANT_BOOL)
Parameters 
Description 
[in] long monthNumber 
The month (1-12) to set or query. 
[out, retval] VARIANT_BOOL * selected 
True if the month is selected; False if it is not. 
adTempus API Reference version 3.0.0.0, revised 10/30/2008